home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
util
/
pack
/
xpk_Source.lha
/
xpk_Source
/
xpkmaster
/
All.c
next >
Wrap
C/C++ Source or Header
|
1998-03-26
|
969b
|
46 lines
#ifndef XPKMASTER_ALL_C
#define XPKMASTER_ALL_C
/* Programmheader
Name: All.c
Main: xpkmaster
Versionstring: $VER: All.c 1.3 (21.02.1998)
Author: SDI
Distribution: Freeware
Description: the xpk packing library system
1.0 28.10.96 : first SDI version
1.1 19.12.97 : fixed local base method
1.2 09.01.98 : removed util.c
1.3 21.02.98 : changed xpk_strings.c to texts.c
*/
#ifdef __MAXON__
#include "SDI_xpksub.h"
#define _PROTO_XPKSUB_H /* these lines disable loading */
#define _PROTO_POWERPACKER_H /* of proto files */
#define _PROTO_XFDMASTER_H
#endif
#define XPK_ALLINONE static
#include "xpkmaster.c"
#include "texts.c"
#include "query.c"
#include "checksum.c"
#include "fault.c"
#include "fib.c"
#include "hook.c"
#include "hook_fh.c"
#include "hook_mem.c"
#include "objects.c"
#include "xbuf.c"
#include "open.c"
#include "password.c"
#include "progress.c"
#include "sublibs.c"
#include "tags.c"
#endif /* XPKMASTER_ALL_C */